home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / FCHEK284.ZIP / test / Okay / arrayclash.fc3 < prev    next >
Encoding:
Text File  |  1995-05-26  |  1.4 KB  |  37 lines

  1.  
  2. FTNCHEK Version 2.8 May 1995
  3.  
  4. File arrayclash.f:
  5.      10     end
  6. Warning near line 10 file arrayclash.f: Module contains no executable
  7.  statements
  8. Warning in module SUBA file arrayclash.f:
  9.    Variables declared but never referenced:
  10.          W*                 Z*        
  11.   * Dummy argument
  12.  
  13. Nonportable usage in file arrayclash.f: File contains tabs
  14.  
  15.  0 syntax errors detected in file arrayclash.f
  16.  3 warnings issued in file arrayclash.f
  17.  
  18. Subprogram SUBA:  argument arrayness mismatch
  19.   at position 1:
  20.     Dummy arg W has 1 dim size 21 in module SUBA line 8 file arrayclash.f
  21.     Actual arg A has 2 dims size 21 in module %MAIN line 2 file arrayclash.f
  22. Subprogram SUBA:  argument arrayness mismatch
  23.   at position 1:
  24.     Dummy arg W is array in module SUBA line 8 file arrayclash.f
  25.     Actual arg X is scalar in module %MAIN line 3 file arrayclash.f
  26.   at position 2:
  27.     Dummy arg Z is scalar in module SUBA line 8 file arrayclash.f
  28.     Actual arg A is whole array in module %MAIN line 3 file arrayclash.f
  29. Subprogram SUBA:  argument arrayness mismatch
  30.   at position 1:
  31.     Dummy arg W is whole array in module SUBA line 8 file arrayclash.f
  32.     Actual arg Y(1) is array element in module %MAIN line 5 file arrayclash.f
  33. Subprogram SUBA:  argument arrayness mismatch
  34.   at position 1:
  35.     Dummy arg W has 1 dim size 21 in module SUBA line 8 file arrayclash.f
  36.     Actual arg B has 1 dim size 20 in module %MAIN line 6 file arrayclash.f
  37.